Claim 2: Count: Dendrites = 193 (92% Spiny)
In [7]:
import numpy
import ndio.remote.neurodata as nd
from datetime import datetime
oo = nd()
token = 'kasthuri2015_ramon_v1'
channel = 'neurons'
resolution = 3
In [21]:
import ndio.ramon as ramon
neuron_ids = oo.get_ramon_ids(token, channel, ramon_type=ramon.RAMONNeuron)
#for x in neuron_ids:
x = 10016
print x
print oo.get_ramon_metadata(token, channel, str(x))
In [ ]: